Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.195 Times

Search results for "Perl compatible regular expressions in scripts"

Perl Compatible Regular Expressions In Scripts

Software 1 - 20: 1 2 3 4 >
Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 314

RegExpCheck RegExpCheck is a free tool for testing the Perl-compatible regular expressions. The program takes on input a regular expression and a text string. If a string matches the specified pattern, all found matches are displayed in Results box. Platforms: Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vista Business x64, Windows Vista Enterprise x64, Windows Vista Ultimate x64

License: Freeware Size: 102.4 KB Download (412): RegExpCheck Download

Added: May 24, 2010 | Visits: 1.166

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the... Platforms: Linux

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: June 06, 2013 | Visits: 350

RegexpHelper If you write regular expressions in MATLAB, RegexpHelper is the tool for you. RegexpHelper is a simple GUI that gives you immediate feedback on your regular expressions in MATLAB.*Feature requests are welcome. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): RegexpHelper Download

Released: May 26, 2016  |  Added: July 12, 2016 | Visits: 3.361

NewsAutoTrader NewsAutoTrader is a Forex news spike trading tool that generates trade signals by reading and analyzing live news headlines. Using it you can trade many economic indicators, such as US Nonfarm Payrolls, GDP, CPI, Retail Sales, Interest rate announcements, and other news releases that impact the... Platforms: Windows XP, Windows 2003, Windows 8, Win7 x32, Win7 x64, WinServer, WinVista, Windows 10

License: Shareware Cost: $230.00 USD Size: 1.62 MB Download (207): NewsAutoTrader Download

Released: April 05, 2012  |  Added: May 05, 2012 | Visits: 3.643

PowerGREP Quickly find information in files and folders across your computer or network, even if you do not know in advance exactly what you are looking for. PowerGREP's rich Perl-compatible regular expression support allows you to search for virtually anything by specifying the form of what you want, and... Platforms: Windows 2000, Windows XP, Win7 x32,Win7 x64,WinServer,WinVista,WinVista x64

License: Shareware Cost: $159.00 USD Size: 13.96 MB Download (241): PowerGREP Download

Added: August 25, 2013 | Visits: 924

regexxer regexxer project is a nifty search/replace tool featuring Perl-style regular expressions. It features recursive search through directory trees and Perl-style regular expressions (using libpcre). The user interface is similar to the project-wide search/replace dialog in the Sniff+ IDE, but... Platforms: *nix, Linux

License: Freeware Size: 245.76 KB Download (100): regexxer Download

Added: June 18, 2010 | Visits: 1.036

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",... Platforms: Linux

License: Freeware Size: 49.15 KB Download (102): Search::Tools::RegExp Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 980

Regular Expression Component Library for VC9 Regular Expression Component Library for VC9 is designed as an easy-to-use library for searching and / or replacing strings or data in files using regular expressions in non-managed C++ code. In the Visual C++ environment the Regular Expression Library is made of an MFC ( Microsoft Foundation... Platforms: Windows All


Added: August 28, 2008 | Visits: 931

Regular Expression Component Library for VC7 Search and/or replace strings or files using regular expressions in non-managed C+ code. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model. Comes with extensive documentation and is... Platforms: Windows 95, Windows 98, Windows Me, Windows NT 4.x, Windows 2000, Windows XP

License: Freeware Size: 6.45 MB Download (103): Regular Expression Component Library for VC7 Download

Added: August 06, 2008 | Visits: 968

Regular Expression Component Library for VC7.1 Search and/or replace strings or files using regular expressions in non-managed C+ code. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model. Comes with extensive documentation and is... Platforms: Windows 95, Windows 98, Windows Me, Windows NT 4.x, Windows 2000, Windows XP

License: Freeware Size: 6.54 MB Download (103): Regular Expression Component Library for VC7.1 Download

Added: May 10, 2013 | Visits: 567

Kodos Kodos is a Python GUI utility for creating, testing and debugging regular expressions for the Python programming language. Kodos should aid any developer to efficiently and effortlessly develop regular expressions in Python. Since Python's implementation of regular expressions is based on the... Platforms: Windows, Mac, *nix, Mac OSX, Linux, Python, BSD Solaris

License: Freeware Download (54): Kodos Download

Added: May 10, 2013 | Visits: 510

regexxer regexxer project is a nifty search/replace tool featuring Perl-style regular expressions. It features recursive search through directory trees and Perl-style regular expressions (using libpcre). The user interface is similar to the project-wide search/replace dialog in the Sniff+ IDE, but... Platforms: *nix, Linux, C/C++, BSD

License: Freeware Download (61): regexxer Download

Added: April 08, 2010 | Visits: 956

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare... Platforms: Linux

License: Freeware Size: 35.84 KB Download (93): Getopt::Declare Download

Added: August 17, 2010 | Visits: 1.110

Regexp::Assemble Regexp::Assemble is Perl module to assemble multiple Regular Expressions into a single RE. SYNOPSIS use Regexp::Assemble; my $ra = Regexp::Assemble->new; $ra->add( ab+c ); $ra->add( ab+- ); $ra->add( awd+ ); $ra->add( ad+ ); print $ra->re; # prints a(?:w?d+|b+[-c]) Regexp::Assemble... Platforms: Linux

License: Freeware Size: 81.92 KB Download (94): Regexp::Assemble Download

Added: October 11, 2010 | Visits: 1.174

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides... Platforms: Linux

License: Freeware Size: 49.15 KB Download (98): Search::Tools::RegExp::Keywords Download

Added: January 12, 2010 | Visits: 1.178

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular... Platforms: Linux

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: May 10, 2013 | Visits: 838

Parsing binary files with regular expressions This script allows you to use the regular expression engine to parse binary files, especially those for which the struct module alone is inadequate.The typical way to parse binary data in Python is to use the unpack method of the struct module. This works well for fixed-width fields, but... Platforms: Windows, Mac, *nix, Mac OSX, Linux, Python, BSD Solaris


Released: March 22, 2012  |  Added: April 01, 2012 | Visits: 4.606

RegexBuddy RegexBuddy is your perfect companion for working with regular expressions. Easily create regular expressions that match exactly what you want. Clearly understand complex regexes written by others. Use plain English building blocks instead of or in addition to the standard regex syntax. Work... Platforms: Windows 98, Windows 2000, Windows XP, Win7 x32,Win7 x64,WinServer,WinVista,WinVista x64

License: Shareware Cost: $39.95 USD Size: 9 MB Download (1177): RegexBuddy Download

Added: August 27, 2008 | Visits: 904

SQLRegEx: SQL Server Regular Expressions SQLRegEx adds regular expression capabilities to Microsoft SQL Server 2000. With regular expressions, a person skilled in Transact-SQL can perform a vast number of data manipulation tasks which previously would have required complicated code using T-SQL string functions, or a formal programming... Platforms: Windows 98, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003

License: Commercial Cost: $99.00 USD Size: 1.9 MB Download (103): SQLRegEx: SQL Server Regular Expressions Download

Added: September 19, 2010 | Visits: 976

SVG::SVG2zinc SVG::SVG2zinc is a Perl module to display or convert svg files in scripts, classes, images... SYNOPSIS use SVG::SVG2zinc; &SVG::SVG2zinc::parsefile(file.svg, Backend,file.svg, -out => outfile, -verbose => $verbose, -namespace => 0|1, -prefix => string, ); # to generate a Perl script:... Platforms: Linux

License: Freeware Size: 133.12 KB Download (92): SVG::SVG2zinc Download

Software 1 - 20: 1 2 3 4 >